home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
Doublets.dxr
/
00105_tableau object.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
242 b
|
19 lines
property cards
on new me, mycards
me.cards = mycards
return me
end
on addCard me, newcards
me.cards.add(newcards)
end
on substractcard me, itsym
me.cards.deleteAt(itsym)
end
on getlastcard me
return me.cards[me.cards.count]
end